home *** CD-ROM | disk | FTP | other *** search
- function §-1§()
- {
- LVlogin = new LoadVars();
- LVlogin.onLoad = function()
- {
- _root.user_id = this.result;
- delete LVwrite;
- };
- LVlist.load("http://" + _root.homepage + "/savegame/check_login." + _root.prog);
- }
- Stage.showMenu = false;
- SoundObj = new Sound(this);
- SoundObj.attachSound("bgm");
- SoundObj2 = new Sound(this);
- SoundObj2.attachSound("bgm2");
- System.useCodepage = true;
- SoundObj2.start();
- "-1"();
-